home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / dev / amos / AMOSL0495.lzh / AMOSLIST / 000031_svcs1.digex.net!amos-request_ Fri Apr 7 09:20:07 1995 remote from earth.msg < prev    next >
Internet Message Format  |  1995-05-01  |  2KB

  1. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224]) by earth.usa.net (8.6.10/8.6.10) with SMTP id JAA26297 for <lee.kitchens@georgia.com>; Fri, 7 Apr 1995 09:19:34 -0600
  2. Received: by svcs1.digex.net id AA00216
  3.   (5.67b8/IDA-1.5 for amos-out); Fri, 7 Apr 1995 06:46:16 -0400
  4. Received: from nfs1.digex.net by svcs1.digex.net with SMTP id AA00212
  5.   (5.67b8/IDA-1.5 for <amos@svcs1.digex.net>); Fri, 7 Apr 1995 06:46:15 -0400
  6. Received: from mailbox.syr.EDU by nfs1.digex.net with SMTP id AA23831
  7.   (5.67b8/IDA-1.5 for <amos-list@access.digex.net>); Fri, 7 Apr 1995 06:46:13 -0400
  8. Received: from forbin.syr.edu by mailbox.syr.edu (8.6.9/SUM-V8-1.0)
  9.     id GAA12441; Fri, 7 Apr 1995 06:46:23 -0400
  10. Received: by forbin.syr.edu (5.x/Spike-2.0)
  11.     id AA22856; Fri, 7 Apr 1995 06:46:09 -0400
  12. Date: Fri, 7 Apr 1995 06:46:08 -0400 (EDT)
  13. From: Tim Wright <earth!mailbox.syr.edu!tewright>
  14. X-Sender: tewright@forbin.syr.edu
  15. To: AMOS list <earth!access.digex.net!amos-list>
  16. Subject: Re: Help me I'm stuck.
  17. In-Reply-To: <9504070638.AA70772@freenet.calgary.ab.ca>
  18. Message-Id: <Pine.SOL.3.91.950407063957.22685A@forbin.syr.edu>
  19. Mime-Version: 1.0
  20. Content-Type: TEXT/PLAIN; charset=US-ASCII
  21. Status: O
  22. X-Status: 
  23.  
  24. This is a quick example in AMOSPro, but I think it's the same for AMOS:
  25.  
  26. T1=Timer
  27. Input "Input something: ";SOMETHING$
  28. T2=Timer
  29. TIME=(T2-T1)/50
  30. Print "It took ";TIME;" seconds to type in: ";SOMETHING$
  31.  
  32. TIME is assigned the difference between the clock values before and after 
  33. your input, divided by 50 (Timer increments every 50th of a second), for 
  34. the number of seconds elapsed.
  35.  
  36. -======}=*   Tim Wright  -  "Argh!"  -  tewright@mailbox.syr.edu   *={======-
  37.